Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring/#221 fixed mypy warnings #225

Merged
merged 24 commits into from
Dec 3, 2024

Conversation

ckunki
Copy link
Contributor

@ckunki ckunki commented Nov 22, 2024

Closes #221
Closes #222
Closes #223
Closes #229

in RegisterPeerForwarder
RegisterPeerForwarderBuilderParameter
RegisterPeerForwarderFactory
Copy link
Contributor

@tomuben tomuben left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't forget to activate the type checker in the CI !!! Otherwise all the work is in vain ;)

@ckunki
Copy link
Contributor Author

ckunki commented Nov 27, 2024

Don't forget to activate the type checker in the CI !!! Otherwise all the work is in vain ;)

I assume the type checker was activated all the time in checks.yml:

run: poetry run nox -s type-check

but mypy was told to ignore all package of the project in pyproject.toml. The latter I updated.

tomuben
tomuben previously approved these changes Nov 28, 2024
pandas = "^1.1.0"
# request from Mikhail:
# pandas = "^2.2.3"
pandas = "^2.2.3"
pydantic = "^1.10.2"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should upgrade pydantic to version 2 it might otherwise conflict with other projects

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ckunki ckunki merged commit 2214bc4 into main Dec 3, 2024
23 checks passed
@ckunki ckunki deleted the refactoring/#221-Fixed-mypy-warnings branch December 3, 2024 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants